Represents a payment through some payment provider, including its status and response codes
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| id | long | ||
| createdDate | Date | ||
| createdBy | ExtProfileBean | ||
| org | OrgData | ||
| websiteDomain | String | ||
| websiteTitle | String | ||
| authorisationCode | String | ||
| responseCode | String | ||
| responseMessage | String | ||
| transactionID | String | ||
| invoiceNum | String | ||
| invoiceDesc | String | ||
| errors | String | ||
| amount | BigDecimal | ||
| currencyCode | String | ||
| status | Boolean | ||
| provider | String | ||
| uuid | String |
Hide comments